Clean up compiler warnings.
authoralexmot <alexmot@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 15 Sep 2003 13:06:07 +0000 (13:06 +0000)
committeralexmot <alexmot@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 15 Sep 2003 13:06:07 +0000 (13:06 +0000)
gpsbabel/defs.h
gpsbabel/magproto.c

index 0914ab619456e309c05b946edbe93acaa416d942..9684c947f4b7f08924e5ff2f7d5b970cb0b82d8e 100644 (file)
@@ -203,6 +203,8 @@ void waypt_disp_all(waypt_cb);
 void waypt_flush(queue *);
 void waypt_flush_all();
 unsigned int waypt_count(void);
+void free_gpx_extras (xml_tag * tag);
+void xcsv_read_internal_style(const char *style_buf);
 
 route_head *route_head_alloc(void);
 void route_add (waypoint *);
index 9e68eb590fccc9271ce4138b64f3827de32d5459..9792aa8f1b7b990465bb571219c7c3590b05e1e6 100644 (file)
@@ -22,6 +22,7 @@
 #include <ctype.h>
 #include <time.h>
 #include <errno.h>
+#include <unistd.h>
 
 #include "defs.h"
 #include "magellan.h"